Method CreateAsync<TProps>()
Create a new object without property initialization
Automatically determines scheme by TProps type
public static Task<RedbObject<TProps>> CreateAsync<TProps>() where TProps : class, new()
Create a new object without property initialization
Automatically determines scheme by TProps type
public static Task<RedbObject<TProps>> CreateAsync<TProps>() where TProps : class, new()